return an array 1D of numbers different than nodata
in a grid_integer
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(grid_integer), | intent(in) | :: | grid | |||
integer(kind=short), | intent(out), | ALLOCATABLE | :: | vector(:) |
return an array 1D of numbers different than nodata
in a grid_real
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(grid_real), | intent(in) | :: | grid | |||
real(kind=float), | intent(out), | ALLOCATABLE | :: | vector(:) |